@CHARSET "UTF-8";

.newsBODY {
    text-size-adjust: 100%;
	border-top-width: 0px;
	scrollbar-base-color: white;
	scrollbar-face-color: white;
	scrollbar-track-color: #dcdcdc;
	scrollbar-arrow-color: #333977;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: #333977;
	scrollbar-darkshadow-color: #333977;
}
.fixTable {
	table-layout: fixed;
}

A:link {
	color: #0000ff;
	text-decoration: none;
}

A:visited {
	color: #008000;
	text-decoration: none;
}

A:active {
	color: #cccccc;
	text-decoration: underline;
}

A:hover {
	color: #0000ff;
	background: #ffffff;
	text-decoration: underline;
}

.whatsnew {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: green;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
	letter-spacing: 1px;
}

.en-markup-crop-options {
	top: 18px !important;
	left: 50% !important;
	margin-left: -100px !important;
	width: 200px !important;
	border: 2px rgba(255, 255, 255, .38) solid !important;
	border-radius: 4px !important;
}

.en-markup-crop-options div div:first-of-type {
	margin-left: 0px !important;
}